home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Especiais / Hotdog 5.5 / hotdog55install.exe / %MAINDIR% / HotDog5.exe / 0 / RCDATA / TFRMMULTIMEDIA / TFRMMULTIMEDIA.txt < prev   
Encoding:
Text File  |  1999-04-29  |  19.3 KB  |  694 lines

  1. object frmMultimedia: TfrmMultimedia
  2.   Left = 327
  3.   Top = 200
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Multimedia Manager'
  7.   ClientHeight = 434
  8.   ClientWidth = 555
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnCloseQuery = FormCloseQuery
  20.   OnCreate = FormCreate
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Panel1: TPanel
  24.     Left = 0
  25.     Top = 401
  26.     Width = 555
  27.     Height = 33
  28.     Align = alBottom
  29.     TabOrder = 0
  30.     object SpeedButton1: TSpeedButton
  31.       Left = 244
  32.       Top = 8
  33.       Width = 83
  34.       Height = 19
  35.       Caption = 'Delete'
  36.       Visible = False
  37.       OnClick = SpeedButton1Click
  38.     end
  39.     object btnHelp: TButton
  40.       Left = 4
  41.       Top = 4
  42.       Width = 75
  43.       Height = 25
  44.       Caption = '&Help'
  45.       TabOrder = 0
  46.       OnClick = btnHelpClick
  47.     end
  48.     object btnCancel: TButton
  49.       Left = 476
  50.       Top = 4
  51.       Width = 75
  52.       Height = 25
  53.       Cancel = True
  54.       Caption = '&Cancel'
  55.       Enabled = False
  56.       ModalResult = 2
  57.       TabOrder = 2
  58.     end
  59.     object btnOk: TButton
  60.       Left = 396
  61.       Top = 4
  62.       Width = 75
  63.       Height = 25
  64.       Caption = '&OK'
  65.       Enabled = False
  66.       ModalResult = 1
  67.       TabOrder = 1
  68.     end
  69.   end
  70.   object Panel4: TPanel
  71.     Left = 0
  72.     Top = 0
  73.     Width = 146
  74.     Height = 365
  75.     Align = alLeft
  76.     TabOrder = 1
  77.     object cmbDrives: TDriveComboBox
  78.       Left = 5
  79.       Top = 5
  80.       Width = 137
  81.       Height = 19
  82.       HelpContext = 702
  83.       DirList = dirFolders
  84.       TabOrder = 0
  85.       OnChange = cmbDrivesChange
  86.     end
  87.     object dirFolders: TDirectoryListBox
  88.       Left = 5
  89.       Top = 26
  90.       Width = 137
  91.       Height = 92
  92.       HelpContext = 703
  93.       ItemHeight = 16
  94.       TabOrder = 1
  95.       OnChange = dirFoldersChange
  96.     end
  97.     object treeCategories: TTreeView
  98.       Left = 5
  99.       Top = 120
  100.       Width = 137
  101.       Height = 69
  102.       HelpContext = 704
  103.       HideSelection = False
  104.       Images = ilstMM
  105.       Indent = 19
  106.       Items.Data = {
  107.         01000000230000000000000000000000FFFFFFFFFFFFFFFF0000000003000000
  108.         0A43617465676F726965731F0000000200000000000000FFFFFFFFFFFFFFFF00
  109.         0000000000000006496D61676573230000000100000000000000FFFFFFFFFFFF
  110.         FFFF00000000000000000A416E696D6174696F6E731F00000003000000000000
  111.         00FFFFFFFFFFFFFFFF000000000000000006536F756E6473}
  112.       ReadOnly = True
  113.       TabOrder = 2
  114.       OnChange = treeCategoriesChange
  115.       OnChanging = treeCategoriesChanging
  116.     end
  117.     object GroupBox1: TGroupBox
  118.       Left = 4
  119.       Top = 188
  120.       Width = 138
  121.       Height = 175
  122.       HelpContext = 705
  123.       Caption = 'File Properties'
  124.       TabOrder = 3
  125.       object spdPlay: TSpeedButton
  126.         Left = 8
  127.         Top = 16
  128.         Width = 85
  129.         Height = 25
  130.         AllowAllUp = True
  131.         GroupIndex = 1
  132.         Caption = 'Preview '
  133.         OnClick = spdPlayClick
  134.       end
  135.       object imgType: TImage
  136.         Left = 98
  137.         Top = 11
  138.         Width = 34
  139.         Height = 38
  140.         Transparent = True
  141.       end
  142.       object panSounds: TPanel
  143.         Left = 4
  144.         Top = 50
  145.         Width = 131
  146.         Height = 117
  147.         HelpContext = 705
  148.         BevelOuter = bvNone
  149.         TabOrder = 1
  150.         Visible = False
  151.         object Label1: TLabel
  152.           Left = 3
  153.           Top = 0
  154.           Width = 37
  155.           Height = 13
  156.           Caption = 'Type: '
  157.           Font.Charset = DEFAULT_CHARSET
  158.           Font.Color = clWindowText
  159.           Font.Height = -11
  160.           Font.Name = 'MS Sans Serif'
  161.           Font.Pitch = fpVariable
  162.           Font.Style = [fsBold]
  163.           ParentFont = False
  164.         end
  165.         object lblType: TLabel
  166.           Left = 4
  167.           Top = 12
  168.           Width = 119
  169.           Height = 12
  170.           AutoSize = False
  171.           Caption = 'lblType'
  172.         end
  173.         object Label2: TLabel
  174.           Left = 3
  175.           Top = 24
  176.           Width = 43
  177.           Height = 13
  178.           Caption = 'Format:'
  179.           Font.Charset = DEFAULT_CHARSET
  180.           Font.Color = clWindowText
  181.           Font.Height = -11
  182.           Font.Name = 'MS Sans Serif'
  183.           Font.Pitch = fpVariable
  184.           Font.Style = [fsBold]
  185.           ParentFont = False
  186.         end
  187.         object lblFormat: TLabel
  188.           Left = 3
  189.           Top = 37
  190.           Width = 119
  191.           Height = 13
  192.           AutoSize = False
  193.           Caption = 'lblFormat'
  194.         end
  195.         object Label3: TLabel
  196.           Left = 3
  197.           Top = 50
  198.           Width = 52
  199.           Height = 13
  200.           Caption = 'Property:'
  201.           Font.Charset = DEFAULT_CHARSET
  202.           Font.Color = clWindowText
  203.           Font.Height = -11
  204.           Font.Name = 'MS Sans Serif'
  205.           Font.Pitch = fpVariable
  206.           Font.Style = [fsBold]
  207.           ParentFont = False
  208.         end
  209.         object lblProperty: TLabel
  210.           Left = 3
  211.           Top = 64
  212.           Width = 121
  213.           Height = 12
  214.           AutoSize = False
  215.           Caption = 'lblProperty'
  216.         end
  217.         object Label7: TLabel
  218.           Left = 3
  219.           Top = 77
  220.           Width = 29
  221.           Height = 13
  222.           Caption = 'Size:'
  223.           Font.Charset = DEFAULT_CHARSET
  224.           Font.Color = clWindowText
  225.           Font.Height = -11
  226.           Font.Name = 'MS Sans Serif'
  227.           Font.Pitch = fpVariable
  228.           Font.Style = [fsBold]
  229.           ParentFont = False
  230.         end
  231.         object lblSize: TLabel
  232.           Left = 3
  233.           Top = 89
  234.           Width = 128
  235.           Height = 28
  236.           AutoSize = False
  237.           Caption = 'lblSizeaaaaaaaaaaaa gngngg gng'
  238.           WordWrap = True
  239.         end
  240.       end
  241.       object panImages: TPanel
  242.         Left = 4
  243.         Top = 52
  244.         Width = 131
  245.         Height = 115
  246.         HelpContext = 705
  247.         BevelOuter = bvNone
  248.         TabOrder = 0
  249.         object lblHeightCaption: TLabel
  250.           Left = 3
  251.           Top = 24
  252.           Width = 46
  253.           Height = 13
  254.           Caption = 'Height: '
  255.           Font.Charset = DEFAULT_CHARSET
  256.           Font.Color = clWindowText
  257.           Font.Height = -11
  258.           Font.Name = 'MS Sans Serif'
  259.           Font.Pitch = fpVariable
  260.           Font.Style = [fsBold]
  261.           ParentFont = False
  262.         end
  263.         object lblWidthCaption: TLabel
  264.           Left = 3
  265.           Top = 0
  266.           Width = 38
  267.           Height = 13
  268.           Caption = 'Width:'
  269.           Font.Charset = DEFAULT_CHARSET
  270.           Font.Color = clWindowText
  271.           Font.Height = -11
  272.           Font.Name = 'MS Sans Serif'
  273.           Font.Pitch = fpVariable
  274.           Font.Style = [fsBold]
  275.           ParentFont = False
  276.         end
  277.         object lblSizeCaption: TLabel
  278.           Left = 3
  279.           Top = 50
  280.           Width = 29
  281.           Height = 13
  282.           Caption = 'Size:'
  283.           Font.Charset = DEFAULT_CHARSET
  284.           Font.Color = clWindowText
  285.           Font.Height = -11
  286.           Font.Name = 'MS Sans Serif'
  287.           Font.Pitch = fpVariable
  288.           Font.Style = [fsBold]
  289.           ParentFont = False
  290.         end
  291.         object lblFileHeight: TLabel
  292.           Left = 3
  293.           Top = 37
  294.           Width = 27
  295.           Height = 13
  296.           AutoSize = False
  297.           Caption = 'lblHeight'
  298.         end
  299.         object lblFileWidth: TLabel
  300.           Left = 4
  301.           Top = 12
  302.           Width = 26
  303.           Height = 12
  304.           AutoSize = False
  305.           Caption = 'lblWidth'
  306.         end
  307.         object lblFileSize: TLabel
  308.           Left = 3
  309.           Top = 64
  310.           Width = 29
  311.           Height = 12
  312.           AutoSize = False
  313.           Caption = 'lblFileSize'
  314.         end
  315.         object Label4: TLabel
  316.           Left = 35
  317.           Top = 12
  318.           Width = 27
  319.           Height = 13
  320.           Caption = 'Pixels'
  321.         end
  322.         object Label5: TLabel
  323.           Left = 35
  324.           Top = 37
  325.           Width = 27
  326.           Height = 13
  327.           Caption = 'Pixels'
  328.         end
  329.         object Label6: TLabel
  330.           Left = 35
  331.           Top = 64
  332.           Width = 27
  333.           Height = 13
  334.           Caption = 'Bytes'
  335.         end
  336.       end
  337.     end
  338.   end
  339.   object panXoom: TPanel
  340.     Left = 0
  341.     Top = 365
  342.     Width = 555
  343.     Height = 36
  344.     Align = alBottom
  345.     TabOrder = 2
  346.     Visible = False
  347.     object Label9: TLabel
  348.       Left = 181
  349.       Top = 7
  350.       Width = 344
  351.       Height = 24
  352.       Alignment = taCenter
  353.       AutoSize = False
  354.       Caption = 
  355.         'XOOM has provided HotDog'#39's sample multimedia files free for HotD' +
  356.         'og users. Want more? Please click the Xoom Button'
  357.       WordWrap = True
  358.     end
  359.     object Panel3: TPanel
  360.       Left = 3
  361.       Top = 3
  362.       Width = 140
  363.       Height = 30
  364.       TabOrder = 0
  365.       object imgXoom: TImage
  366.         Left = 1
  367.         Top = 1
  368.         Width = 138
  369.         Height = 28
  370.         Cursor = crHandPoint
  371.         Hint = 'http://www.sausage.com/xoom'
  372.         Align = alClient
  373.         AutoSize = True
  374.         ParentShowHint = False
  375.         Picture.Data = {<image001.bmp>}
  376.         ShowHint = True
  377.         OnClick = imgXoomClick
  378.       end
  379.     end
  380.   end
  381.   object Panel2: TPanel
  382.     Left = 146
  383.     Top = 0
  384.     Width = 409
  385.     Height = 365
  386.     Align = alClient
  387.     Caption = 'Panel2'
  388.     TabOrder = 3
  389.     object btnHTML: TSpeedButton
  390.       Left = 250
  391.       Top = 341
  392.       Width = 25
  393.       Height = 22
  394.       Hint = 'Create Image Thumbnail Table'
  395.       ParentShowHint = False
  396.       ShowHint = True
  397.       OnClick = btnHTMLClick
  398.     end
  399.     object btnRefresh: TSpeedButton
  400.       Left = 302
  401.       Top = 341
  402.       Width = 25
  403.       Height = 22
  404.       Hint = 'Refresh'
  405.       ParentShowHint = False
  406.       ShowHint = True
  407.       OnClick = btnRefreshClick
  408.     end
  409.     object btnStop: TSpeedButton
  410.       Left = 328
  411.       Top = 341
  412.       Width = 25
  413.       Height = 22
  414.       Hint = 'Stop'
  415.       ParentShowHint = False
  416.       ShowHint = True
  417.       OnClick = btnStopClick
  418.     end
  419.     object btnBack: TSpeedButton
  420.       Left = 354
  421.       Top = 341
  422.       Width = 25
  423.       Height = 22
  424.       Hint = 'Back'
  425.       Enabled = False
  426.       ParentShowHint = False
  427.       ShowHint = True
  428.       OnClick = btnBackClick
  429.     end
  430.     object btnForward: TSpeedButton
  431.       Left = 380
  432.       Top = 341
  433.       Width = 25
  434.       Height = 22
  435.       Hint = 'Forward'
  436.       ParentShowHint = False
  437.       ShowHint = True
  438.       OnClick = btnForwardClick
  439.     end
  440.     object btnPSP: TSpeedButton
  441.       Left = 224
  442.       Top = 341
  443.       Width = 25
  444.       Height = 22
  445.       Hint = 'Run Paint Shop Pro'
  446.       ParentShowHint = False
  447.       ShowHint = True
  448.       OnClick = btnPSPClick
  449.     end
  450.     object btnInsert: TSpeedButton
  451.       Left = 276
  452.       Top = 341
  453.       Width = 25
  454.       Height = 22
  455.       Hint = 'Insert into current document'
  456.       ParentShowHint = False
  457.       ShowHint = True
  458.       OnClick = btnInsertClick
  459.     end
  460.     object ProgBar: TProgressBar
  461.       Left = 5
  462.       Top = 342
  463.       Width = 218
  464.       Height = 21
  465.       Min = 0
  466.       Max = 100
  467.       TabOrder = 0
  468.     end
  469.     object scrollThumb: TScrollBox
  470.       Left = 5
  471.       Top = 5
  472.       Width = 400
  473.       Height = 334
  474.       HorzScrollBar.Visible = False
  475.       VertScrollBar.Tracking = True
  476.       VertScrollBar.Visible = False
  477.       TabOrder = 1
  478.       object scrollPreview: TScrollBox
  479.         Left = 0
  480.         Top = 0
  481.         Width = 396
  482.         Height = 330
  483.         HelpContext = 706
  484.         Align = alClient
  485.         BorderStyle = bsNone
  486.         Font.Charset = ANSI_CHARSET
  487.         Font.Color = clWindowText
  488.         Font.Height = -11
  489.         Font.Name = 'Terminal'
  490.         Font.Pitch = fpVariable
  491.         Font.Style = []
  492.         ParentFont = False
  493.         TabOrder = 1
  494.         Visible = False
  495.         object imgAnimated: TImage
  496.           Left = 155
  497.           Top = 55
  498.           Width = 67
  499.           Height = 71
  500.           AutoSize = True
  501.         end
  502.         object pmimgPreview: TPMultiImage
  503.           Left = 252
  504.           Top = 47
  505.           Width = 65
  506.           Height = 66
  507.           GrabHandCursor = 5
  508.           AutoSize = True
  509.           Center = True
  510.           Scrolling = True
  511.           B_W_CopyFlags = [C_DEL]
  512.           Color = clBtnFace
  513.           ImageName = 'file not found'
  514.           ImageReadRes = lAutoMatic
  515.           BlitMode = sLight
  516.           ImageWriteRes = sAutoMatic
  517.           TifSaveCompress = sNONE
  518.           TiffPage = 1
  519.           TiffAppend = False
  520.           JPegSaveQuality = 25
  521.           JPegSaveSmooth = 0
  522.           RubberBandBtn = mbLeft
  523.           ParentColor = True
  524.           TextLeft = 0
  525.           TextTop = 0
  526.           TextRotate = 0
  527.           TabOrder = 0
  528.           TabStop = False
  529.           Visible = False
  530.           ZoomBy = 10
  531.         end
  532.       end
  533.       object progSound: TProgressBar
  534.         Left = 113
  535.         Top = 136
  536.         Width = 141
  537.         Height = 14
  538.         Min = 0
  539.         Max = 100
  540.         TabOrder = 0
  541.         Visible = False
  542.       end
  543.     end
  544.     object i1: TPMultiImage
  545.       Left = 112
  546.       Top = 180
  547.       Width = 66
  548.       Height = 66
  549.       GrabHandCursor = 5
  550.       Center = True
  551.       Scrolling = True
  552.       B_W_CopyFlags = [C_DEL]
  553.       Color = clBtnFace
  554.       ImageName = 'file not found'
  555.       ImageReadRes = lAutoMatic
  556.       BlitMode = sLight
  557.       ImageWriteRes = sAutoMatic
  558.       TifSaveCompress = sNONE
  559.       TiffPage = 1
  560.       TiffAppend = False
  561.       JPegSaveQuality = 25
  562.       JPegSaveSmooth = 0
  563.       OnProgress = i1Progress
  564.       RubberBandBtn = mbLeft
  565.       ParentColor = True
  566.       TextLeft = 0
  567.       TextTop = 0
  568.       TextRotate = 0
  569.       TabOrder = 2
  570.       TabStop = False
  571.       Visible = False
  572.       ZoomBy = 10
  573.     end
  574.   end
  575.   object popThumb: TPopupMenu
  576.     OnPopup = popThumbPopup
  577.     Left = 344
  578.     Top = 212
  579.     object mnuPreview: TMenuItem
  580.       Caption = '&Preview\Convert'
  581.       OnClick = mnuPreviewClick
  582.     end
  583.     object mnuInsertImage: TMenuItem
  584.       Caption = '&Insert Image'
  585.       OnClick = mnuInsertImageClick
  586.     end
  587.     object mnuPSP: TMenuItem
  588.       Caption = 'Open in Paint &Shop Pro'
  589.       OnClick = mnuPSPClick
  590.     end
  591.     object muEmbed: TMenuItem
  592.       Caption = '&Embed Sound'
  593.       OnClick = muEmbedClick
  594.     end
  595.   end
  596.   object timStart: TTimer
  597.     OnTimer = timStartTimer
  598.     Left = 215
  599.     Top = 196
  600.   end
  601.   object AudioOut: TAudioOut
  602.     FrameRate = 22050
  603.     OnStart = AudioOutStart
  604.     OnStop = AudioOutStop
  605.     OnFillBuffer = AudioOutFillBuffer
  606.     Left = 415
  607.     Top = 215
  608.   end
  609.   object timprogress: TTimer
  610.     Enabled = False
  611.     Interval = 200
  612.     OnTimer = timProgressTimer
  613.     Left = 253
  614.     Top = 76
  615.   end
  616.   object ilstMM: TImageList
  617.     Left = 193
  618.     Top = 75
  619.     Bitmap = {
  620.       3608000004000000424D36080000000000003600000028000000400000001000
  621.       0000010010000000000000080000000000000000000000000000000000000000
  622.       0000EF3DEF3DEF3DEF3DEF3D0000000000000000EF3DEF3DEF3DEF3DEF3D0000
  623.       00000000000000000000000000000000000000000000EF3DEF3D000000000000
  624.       0000000000000000000000000000000000000000000000000000000000000000
  625.       0000000000000000000000000000000000000000000000000000000000000000
  626.       00000000000000000000EF3D00000000000000000000000000000000EF3D0000
  627.       000000000000000000000000000000000000000000000000EF3DEF3D00000000
  628.       0000000000000000000000000000000000000000000000000000000000000000
  629.       0000000000000000000000000000000000000000000000000000000000000000
  630.       0000FF7F000000000000EF3D0000000000000000FF7F000000000000EF3D0000
  631.       00000000000000000000000000000000000000000000FF030000EF3D00000000
  632.       0000E00100000000E001E0010000E003E0030000E001E001E001000000000000
  633.       FF7FFF7F0000FF7FFF7F0000FF7FFF7F0000FF7FFF7F0000FF7FFF7F00000000
  634.       00000000000000000000EF3D00000000000000000000000000000000EF3D0000
  635.       00000000000000000000000000000000000000000000EF0100000000EF3D0000
  636.       0000E001E001E001E001E003E003E0030000E001E001E001E001000000000000
  637.       FF7FFF7F0000FF7FFF7F0000FF7FFF7F0000FF7FFF7F0000FF7FFF7F00000000
  638.       0000FF7F000000000000EF3DEF3DEF3DEF3D0000FF7F000000000000EF3D0000
  639.       000000000000000000000000000000000000000000000000FF03000000000000
  640.       00000000E001E001E0030000E0030000E001E001E001E0010000000000000000
  641.       FF7F00000000FF7F00000000FF7FFF7F00000000FF7F00000000FF7F00000000
  642.       0000FF7F00000000000000000000000000000000FF7F000000000000EF3D0000
  643.       00000000EF3D000000000000000000000000EF3D00000000EF01000000000000
  644.       0000FF030000E0030000FF7F00000000E001E001E0010000FF03000000000000
  645.       FF7F00000000FF7F00000000FF7FFF7F00000000FF7F00000000FF7F00000000
  646.       0000FF7F00000000000000000000FF7F00000000FF7F000000000000EF3DEF3D
  647.       000000000000EF3DEF3DEF3DEF3DEF3DEF3D00000000EF3D0000000000000000
  648.       0000EF01FF030000FF7F0000FF03FF03000000000000FF03FF03000000000000
  649.       FF7F00000000FF7F00000000FF7FFF7F00000000FF7F00000000FF7F00000000
  650.       0000FF7F00000000000000000000FF7F00000000FF7F000000000000EF3D0000
  651.       EF3DEF3DEF3D000000000000000000000000EF3DEF3D00000000EF0100000000
  652.       0000FF03EF01FF030000FF03FF03FF03FF03FF03FF03FF03FF03000000000000
  653.       FF7F00000000FF7F00000000FF7FFF7F00000000FF7F00000000FF7F00000000
  654.       00000000000000000000000000000000000000000000000000000000EF3D0000
  655.       EF3D000000000000FF030000FF030000FF03000000000000FF03000000000000
  656.       0000EF01FF03FF03FF03FF03FF03FF03FF03FF03FF03FF03FF03000000000000
  657.       FF7F00000000FF7F00000000FF7FFF7F00000000FF7F00000000FF7F00000000
  658.       000000000000000000000000000000000000000000000000000000000000EF3D
  659.       00000000FF030000EF010000EF010000EF010000FF030000EF01000000000000
  660.       0000FF03FF03FF03FF03FF03FF03FF03FF03FF03FF0300000000000000000000
  661.       0000000000000000000000000000000000000000000000000000000000000000
  662.       000000000000000000000000EF3D000000000000000000000000EF3D00000000
  663.       EF01000000000000000000000000000000000000000000000000000000000000
  664.       0000FF03FF03FF03FF03FF03FF03FF03FF03FF030000E07FE07F000000000000
  665.       0000000000000000000000000000000000000000000000000000000000000000
  666.       000000000000FF7F0000EF3D0000000000000000FF7F0000EF3D00000000EF3D
  667.       000000000000F75EF75EEF3DEF3DF75EF75E000000000000EF3D000000000000
  668.       0000FF03FF03FF03FF03FF03FF03FF03FF03FF030000E07FE07F000000000000
  669.       1F001F000000000000001F001F0000001F001F00000000001F001F0000000000
  670.       000000000000FF7F0000EF3D0000000000000000FF7F0000EF3D000000000000
  671.       F75EEF3DEF3DF75EF75E00000000EF3DF75EEF3DEF3DF75E0000000000000000
  672.       0000FF03FF03FF03FF03FF03FF03FF03FF03FF03FF0300000000000000000000
  673.       1F001F000000000000001F001F0000001F001F00000000001F001F0000000000
  674.       000000000000FF7F0000EF3D0000000000000000FF7F0000EF3D000000000000
  675.       F75E00000000EF3DF75EEF3DEF3DF75EF75E00000000EF3D0000000000000000
  676.       0000FF03FF03FF03FF03FF03FF03FF03FF03FF03FF03FF03FF0300000000FF7F
  677.       FF7F1F00FF7FFF7FFF7FFF7F1F00FF7FFF7F1F00FF7FFF7FFF7F1F00FF7F0000
  678.       000000000000000000000000000000000000000000000000000000000000EF3D
  679.       000000000000F75EF75E00000000EF3DF75E000000000000EF3D000000000000
  680.       0000000000000000000000000000000000000000000000000000000000000000
  681.       00001F0000000000000000001F00000000001F000000000000001F0000000000
  682.       0000000000000000000000000000000000000000000000000000000000000000
  683.       00000000EF3D000000000000000000000000EF3D000000000000000000000000
  684.       0000000000000000000000000000000000000000000000000000000000000000
  685.       00001F001F000000000000001F001F001F001F000000000000001F001F00424D
  686.       BE000000000000003E0000002800000040000000100000000100010000000000
  687.       800000000000000000000000020000000000000000000000FFFFFF00C1E0FFF3
  688.       FFFFFFFF81C0FFE18001000081C0FFE18001000081C0FFE0800100008000FFE0
  689.       800100008000E010800100008000000080010000800000008001000080000000
  690.       800100008001000080010000C08180018001FFFFE1C3000380019C99E1C30003
  691.       80010000E1C3000380010000E3C7000380010000FFFFE01FFFFFCE1C}
  692.   end
  693. end
  694.